GET v1/bunits/{bunitId}/applications/{applicationId}/auditlogs?types[0]={types[0]}&types[1]={types[1]}
Get all audit log entries for an application.
The result is ordered first by error type and then by ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit the application is related to | integer |
Required |
applicationId |
The ID of the application | integer |
Required |
types |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A hyper collection of audit logs
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.